home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Nordlicht Spiele / Nordlicht Spiele 10-08 (19xx)(Nordlicht)(DE)(PD).zip / Nordlicht Spiele 10-08 (19xx)(Nordlicht)(DE)(PD).adf / prog < prev    next >
Text File  |  1992-11-04  |  2KB  |  146 lines

  1.  
  2. \
  3. \objects
  4. \
  5.  
  6. !computerbanks      \obj name
  7. *                   \current location
  8. #                   \code when moved to ship
  9. #                   \code when moved off ship
  10. I9I9                \location
  11. #                   \code when moved to location
  12. #                   \code when moved off location
  13.  
  14. !lithium   \object name
  15. @FP 02    \location
  16. _T 4
  17. #         \end of to ship code
  18. #         \end of from ship code
  19. @FS 01    \location 2
  20. _T 3
  21. #
  22. #
  23.  
  24. \
  25. \conversations
  26. \
  27.  
  28. $1    \conversation 1
  29. welcome aboard, captain. starfleet have heard many good things about you,
  30.  and we feel sure you will live up to your reputation.
  31.  .before assigning you a priority mission, we must first ask you to perform
  32.  a simple but necessary task.
  33. #
  34. CERTAINLY SIR
  35. 2
  36. NO WAY
  37. 3
  38. #
  39.  
  40. $2
  41. _T 1 thank you for your cooperation captain. the task simply involves travelling
  42.  to the mining station at @FP 02 and picking up up some lithium to be returned
  43.  to us at this starbase.
  44. #
  45. understood
  46. 7
  47. #
  48.  
  49. $3
  50. we appreciate your reluctance in performing simple tasks, but again we ask you
  51.  for your cooperation.
  52. #
  53. ALLRIGHT
  54. 2
  55. FORGET IT
  56. 4
  57. #
  58.  
  59. $4
  60. _T 1 very well, captain. you leave us with no option but to request your stripes.
  61. #
  62. #
  63.  
  64. $5
  65. _T 2 howdy captain. we have a container of lithium waiting for you here. feel free
  66.  to teleport it across at your leisure.
  67. #
  68. THANKS
  69. 06
  70. #
  71.  
  72. $6
  73. see ya later_
  74. #
  75. #
  76.  
  77. $7
  78. over and out.
  79. #
  80. #
  81.  
  82. $8
  83. thank you captain. you have been most helpful.
  84. #
  85. that's ok
  86. 7
  87. #
  88.  
  89. $9
  90. greetings captain. i'm afraid you have just made a rather large mistake! what you
  91.  have on your ship is not a container of lithium, but a deutronium bomb!
  92.  have a nice day!
  93. #
  94. you scoundrel!
  95. 10
  96. #
  97.  
  98. $10
  99. why, thank you.
  100. #
  101. #
  102.  
  103. \
  104. \events at locations
  105. \
  106. \@FS X    - friendly starbase
  107. \@FP X    - friendly planet
  108. \@ES X    - enemy starbase
  109. \@EP X    - enemy planet
  110. \@NS X    - neutral planet
  111. \
  112. \?T X     - if flag true
  113. \?F X     - if flag false
  114. \
  115. \*T X     - if true, and toggle
  116. \*F X     - if false, and toggle
  117. \
  118.  
  119. \starbase 1 stuff...
  120. \
  121.  
  122. @FS 01          \ at friendly starbase 1...
  123.  
  124. ?F 1           \ flag 1 false?
  125. _C 1 backdrop1.iff human.iff
  126. #
  127.  
  128. ?TE 3           \got the lithium?
  129. _F 3 _C 8 backdrop1.iff human.iff
  130. #
  131.  
  132. #
  133.  
  134. @FP 02
  135.  
  136. ?F 2
  137. _C 5 backdrop1.iff human.iff
  138. #
  139.  
  140. *TE4
  141. _C 9 backdrop1.iff alien1.iff
  142. #
  143.  
  144. #
  145.  
  146.